/ == GOOD ==

/ Speed
group(type=effect,ID=1,range=4,amplifier=2,duration=600;type=particle,ID=splashpotion,potion="swiftness";type=item,ID=#randList(cookie,sugar),posOffset=#circleOffset(0.0,2.0),amount=30)@luck=2

/ Strenth + Resistance + Armor
group(type=effect,ID=5,range=4,amplifier=1,duration=600;type=effect,ID=11,range=4,amplifier=1,duration=600;type=particle,ID=splashpotion,potion="strength";type=item,ID=iron_sword,posOffset=#circleOffset(0.0,2.0);type=item,ID=iron_helmet,posOffset=#circleOffset(0.0,2.0);type=item,ID=iron_chestplate,posOffset=#circleOffset(0.0,2.0);type=item,ID=iron_leggings,posOffset=#circleOffset(0.0,2.0);type=item,ID=iron_boots,posOffset=#circleOffset(0.0,2.0))@luck=2

/ Health + Regeneration
group(type=effect,ID=6,range=4,amplifier=3;type=effect,ID=10,range=4,amplifier=1,duration=300;type=particle,ID=splashpotion,potion="healing";type=particle,ID=heart,size=(1.5,0.5,1.5),particleAmount=300)@luck=2

/ Jump Boost
group(type=effect,ID=8,range=4,amplifier=2,duration=600;type=particle,ID=splashpotion,potion="leaping";type=entity,ID=Rabbit,posOffset=#circleOffset(0.0,2.0),amount=8)@luck=2

/ Invisibility
group(type=effect,ID=14,range=4,duration=300;type=particle,ID=splashpotion,potion="invisibility";type=particle,ID=explode,size=(2.0,1.0,2.0),particleAmount=300,amount=30,delay=#rand(0.0,8.0))@luck=2

/ Health Boost + Absorbtion
group(type=effect,ID=21,range=4,amplifier=1,duration=600;type=effect,ID=6,range=4,amplifier=3;type=effect,ID=22,range=4,amplifier=1,duration=600;type=particle,ID=splashpotion,potion="healing";type=entity,ID=horse,NBTTag=(OwnerUUID=#pUUID,ArmorItem=(id=golden_horse_armor,Count=1),SaddleItem=(id=saddle,Count=1)))@luck=2

/ Saturation
group(type=effect,ID=23,range=4,amplifier=3,duration=600;type=particle,ID=splashpotion,potion="strength";type=block,ID=cake;type=item,ID=#randList(apple,baked_potato,bread,carrot,cooked_chicken,cooked_fish,cooked_mutton,cooked_porkchop,cooked_beef,cooked_rabbit,cookie,golden_apple,golden_carrot,melon,mushroom_stew,potato,pumpkin_pie,rabbit_stew,beef,fish,mutton,porkchop),amount=20)@luck=2

/ Enchanting Bottles
type=entity,ID=xp_bottle,NBTTag=(Motion=#motionFromDirection(#rand(0,360),-70,0.4)),amount=#rand(20,30)@luck=2

/ Enchanting Books
group(type=item,ID=anvil;ID=enchanted_book,NBTTag=(StoredEnchantments=#randEnchantment),posOffset=#circleOffset(0.0,2.0),amount=#rand(7,10);type=particle,ID=splashpotion,potion="strength")@luck=2

/ Positive Potions
group(type=entity,ID=potion,NBTTag=(Potion=(id=splash_potion,tag=(Potion=#randList("night_vision","leaping","fire_resistance","swiftness","water_breathing","healing","regeneration","strength")),Count=1),Motion=#motionFromDirection(#rand(0,360),-70,0.4)),amount=10)@luck=2

/ == BAD ==

/ Knockback
group(type=effect,ID=special_knockback,power=2.5,range=4,delay=0.1;type=particle,ID=splashpotion,potion="swiftness";type=particle,ID=explode,size=(1.5,1.0,1.5),particleAmount=500)@luck=-2

/ Fire + Lava
group(type=block,ID=fire,posOffset=#circleOffset(0,3),amount=50;type=block,ID=flowing_lava;type=particle,ID=splashpotion,potion="fire_resistance")@luck=-2

/ Blindness + Slowness
group(type=effect,ID=15,range=4,duration=10;type=effect,ID=2,range=4,duration=10;type=particle,ID=splashpotion,potion="slowness";type=particle,ID=largesmoke,size=(2.0,1.0,2.0),particleAmount=300,amount=30,delay=#rand(0.0,8.0))@luck=-2

/ Nausia + Hunger
group(type=effect,ID=9,range=4,duration=10;type=effect,ID=17,range=3,amplifier=8,duration=10;type=particle,ID=splashpotion,potion="poison";type=difficulty,ID=hard;type=entity,ID=Slime;type=particle,ID=slime,size=(1.5,0.5,1.5),particleAmount=500)@luck=-2

/ Damage
group(type=effect,ID=7,range=4;type=particle,ID=splashpotion,potion="harming";type=entity,ID=lucky:LuckyProjectile,NBTTag=(Motion=#motionFromDirection(#rand(0,360),-50,0.4),item=(id=iron_sword),damage=4.0),amount=20)@luck=-2

/ Explosion
group(type=difficulty,ID=hard;type=explosion,damage=4;type=particle,ID=splashpotion,potion="harming")@luck=-2

/ Poison
group(type=effect,ID=19,range=4,duration=30;type=particle,ID=splashpotion,potion="poison";type=difficulty,ID=hard;type=entity,ID=cave_spider;type=item,ID=#randList(rotten_flesh,spider_eye,fermented_spider_eye),posOffset=#circleOffset(0.0,2.0),amount=30)@luck=-2

/ Weakness + Monsters
group(type=effect,ID=18,range=4,duration=30;type=particle,ID=splashpotion,potion="weakness";type=difficulty,ID=hard;type=entity,ID=#randList(Zombie,Skeleton,Spider),posOffset=#circleOffset(0.0,2.0),amount=#rand(7,10))@luck=-2

/ Wither
group(type=effect,ID=20,range=4,duration=30;type=particle,ID=splashpotion,potion="weakness";type=item,ID=bone,posOffset=#circleOffset(0.0,2.0),amount=10;type=item,ID=dye,damage=15,posOffset=#circleOffset(0.0,2.0),amount=10;type=item,ID=skull,posOffset=#circleOffset(0.0,2.0),amount=10)@luck=-2

/ Negative Potions
group(type=entity,ID=potion,NBTTag=(Potion=(id=splash_potion,tag=(Potion=#randList("slowness","harming","poison","weakness")),Count=1),Motion=#motionFromDirection(#rand(0,360),-70,0.4)),amount=10)@luck=-2




/ Health + Regeneration
group(type=effect,ID=6,range=4,amplifier=3;type=effect,ID=10,range=4,amplifier=1,duration=300;type=particle,ID=splashpotion,potion="healing";type=particle,ID=heart,size=(1.5,0.5,1.5),particleAmount=300)@luck=2

/ Poison
group(type=effect,ID=19,range=4,duration=30;type=particle,ID=splashpotion,potion="poison";type=difficulty,ID=hard;type=entity,ID=CaveSpider;type=item,ID=#randList(rotten_flesh,spider_eye,fermented_spider_eye),posOffset=#circleOffset(0.0,2.0),amount=30)@luck=-2

/ snowman
type=entity,ID=snowman,amount=8,posOffset=#circleOffset(4),NBTTag=(CustomName=#randList("$5$lFrosto","$5$lCarrut","$5$lWynter","$5$lTaigor","$5$lButtony","$5$lIcthor","$5$lThawr","$5$lChrys"),Variant=#rand(0,3),CustomNameVisible=true)@luck=0

/ snowman
type=entity,ID=skeleton,amount=8,posOffset=#circleOffset(4),NBTTag=(CustomName=#randList("$f$lBony","$8$lCarrut","$8$lSkull","$8$lSkel","$8$lBones","$8$lUnull","$8$lErier","$8$lBonBone"),Variant=#rand(0,3),CustomNameVisible=true)@luck=0

/ snowman
type=entity,ID=villager,amount=8,posOffset=#circleOffset(4),NBTTag=(CustomName=#randList("TheaNicka","Crainer","SuperGirlyGamer","FuriousDestroyer","MaddieJoi","SSundee"),Variant=#rand(0,3),CustomNameVisible=true)@luck=0

/ Lucky drop: iron tools
group(type=message,ID="Soulsand = Life";ID=minecraft:soul_sand,amount=1,delay=0.1;ID=minecraft:soul_sand,amount=1,delay=0.2;ID=minecraft:soul_sand,amount=1,delay=0.3;ID=minecraft:soul_sand,amount=1,delay=0.4;ID=minecraft:soul_sand,amount=1,delay=0.5;ID=minecraft:soul_sand,amount=1,delay=0.6;ID=minecraft:soul_sand,amount=1,delay=0.7;ID=minecraft:soul_sand,amount=1,delay=0.8;ID=minecraft:soul_sand,amount=1,delay=0.9;ID=minecraft:soul_sand,amount=1,delay=1.0;ID=minecraft:soul_sand,amount=1,delay=1.1;ID=minecraft:soul_sand,amount=1,delay=1.2;ID=minecraft:soul_sand,amount=1,delay=1.3;ID=minecraft:soul_sand,amount=1,delay=1.4;ID=minecraft:soul_sand,amount=1,delay=1.5;ID=minecraft:soul_sand,amount=1,delay=1.6;ID=minecraft:soul_sand,amount=1,delay=1.7;ID=minecraft:soul_sand,amount=1,delay=1.8;ID=minecraft:soul_sand,amount=1,delay=1.9;ID=minecraft:soul_sand,amount=1,delay=2.0;ID=minecraft:soul_sand,amount=1,delay=2.1;ID=minecraft:soul_sand,amount=1,delay=2.2;ID=minecraft:soul_sand,amount=1,delay=2.3;ID=minecraft:soul_sand,amount=1,delay=2.4;ID=minecraft:soul_sand,amount=1,delay=2.5;ID=minecraft:soul_sand,amount=1,delay=2.6;ID=minecraft:soul_sand,amount=1,delay=2.7;ID=minecraft:soul_sand,amount=1,delay=2.8;ID=minecraft:soul_sand,amount=1,delay=2.9;ID=minecraft:soul_sand,amount=1,delay=3.0)@luck=2

/ Lucky drop: iron tools
ID=additions:mcinsurgence-color_ingot,amount=#rand(16,32),NBTTag=(display=(color=#rand(0,16777215)))@luck=1

/ Lucky drop: iron tools
group(ID=additions:mcinsurgence-throwable_iron_ingot,amount=#rand(2,4);ID=additions:mcinsurgence-throwable_gold_ingot,amount=#rand(2,4);ID=additions:mcinsurgence-throwable_diamond,amount=#rand(2,4);ID=additions:mcinsurgence-throwable_emerald,amount=#rand(2,4);ID=additions:mcinsurgence-throwable_lapis,amount=#rand(2,4);ID=additions:mcinsurgence-throwable_redstone,amount=#rand(2,4);ID=additions:mcinsurgence-throwable_quartz,amount=#rand(2,4))@luck=1

/ Lucky drop: iron tools
ID=lucky:lucky_block_cursed,amount=#rand(4,8),NBTTag=(Luck=#rand(-100,100))@luck=1

/ Lucky drop: iron tools
ID=additions:mcinsurgence-prox_ninja_star,amount=#rand(16,32)@luck=1

/ Lucky drop: iron tools
ID=additions:mcinsurgence-cursed_ingot,amount=#rand(16,32)@luck=1

/ spawn eggs
ID=mcinsurgence-armoured_snow_golem_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-arrow_golem_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-arrow_guardian_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-ancient_ghast_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-black_widow_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-challenger_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-chu_ko_nu_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-corrupted_lb_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-cruelonimbus_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-executioner_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-janissary_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-priest_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-redstone_grenadier_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-robot_spider_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-sombritu_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-spider_pig_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-stone_golem_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-tarantula_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-teutonic_knight_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-tiki_spearman_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-treelice_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-villager_golem_spawn_egg,amount=#rand(4,8);ID=mcinsurgence-zombie_grenadier_spawn_egg,amount=#rand(4,8)@luck=1


type=command,ID="/summon bat ~ ~10 ~ {Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:tnt",Fuse:120},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}"@luck=-2
type=command,ID="/summon bat ~ ~10 ~ {Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:skeleton",CustomName:"Reaper",ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{Unbreakable:1,display:{color:0}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{Unbreakable:1,display:{color:0}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{color:0}}}],HandItems:[{id:"minecraft:iron_hoe",Count:1b},{id:"minecraft:shield",Count:1b,tag:{BlockEntityTag:{Base:0,Patterns:[{Pattern:cs,Color:15},{Pattern:sc,Color:15},{Pattern:bo,Color:0},{Pattern:br,Color:0},{Pattern:bl,Color:0}]}}}]},ArmorDropChances:[0.0F,0.0F,0.0F,0.0F],HandDropChances:[0.085F,0.0F],Attributes:[{Name:generic.maxHealth,Base:55},{Name:generic.attackDamage,Base:9}],Health:55.0f},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}"@luck=-2
type=command,ID="/summon bat ~ ~10 ~ {Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:falling_block",Block:"minecraft:fire",Data:0,Time:1,DropItem:0,FallHurtMax:8,FallHurtAmount:8},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}"@luck=-2
type=command,ID="/summon bat ~ ~10 ~ {Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:falling_block",Block:"lucky:lucky_block_cursed",Data:0,Time:1,DropItem:0},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:100,MinSpawnDelay:200,MaxSpawnDelay:300,MaxNearbyEntities:1}]}"@luck=0
type=command,ID="/summon bat ~ ~10 ~ {Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:falling_block",Block:"minecraft:web",Data:0,Time:1,DropItem:0},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:100,MinSpawnDelay:200,MaxSpawnDelay:300,MaxNearbyEntities:1}]}"@luck=0

type=command,ID="/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {SpawnData:{id:"minecraft:bat",Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:tnt",Fuse:120},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]},SpawnPotentials:[{Weight:1,Entity:{id:"minecraft:bat",Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:tnt",Fuse:120},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}},{Weight:1,Entity:{id:"minecraft:bat",Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:skeleton",CustomName:"Reaper",ArmorItems:[{id:"minecraft:leather_boots",Count:1b,tag:{Unbreakable:1,display:{color:0}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{color:0}}},{id:"minecraft:leather_chestplate",Count:1b,tag:{Unbreakable:1,display:{color:0}}},{id:"minecraft:leather_helmet",Count:1b,tag:{Unbreakable:1,display:{color:0}}}],HandItems:[{id:"minecraft:iron_hoe",Count:1b},{id:"minecraft:shield",Count:1b,tag:{BlockEntityTag:{Base:0,Patterns:[{Pattern:cs,Color:15},{Pattern:sc,Color:15},{Pattern:bo,Color:0},{Pattern:br,Color:0},{Pattern:bl,Color:0}]}}}]},ArmorDropChances:[0.0F,0.0F,0.0F,0.0F],HandDropChances:[0.085F,0.0F],Attributes:[{Name:generic.maxHealth,Base:55},{Name:generic.attackDamage,Base:9}],Health:55.0f},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}},{Weight:1,Entity:{id:"minecraft:bat",Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:falling_block",Block:"minecraft:fire",Data:0,Time:1,DropItem:0,FallHurtMax:8,FallHurtAmount:8},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}},{Weight:1,Entity:{id:"minecraft:bat",Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:falling_block",Block:"lucky:lucky_block_cursed",Data:0,Time:1,DropItem:0},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:100,MinSpawnDelay:200,MaxSpawnDelay:300,MaxNearbyEntities:1}]}},{Weight:1,Entity:{id:"minecraft:bat",Silent:1,ActiveEffects:[{Id:14,Amplifier:2,Duration:600000,ShowParticles:0b}],Passengers:[{id:"spawner_minecart",SpawnData:{id:"minecraft:area_effect_cloud",Particle:enchantmenttable,Radius:3f,Duration:3},SpawnCount:1,SpawnRange:1,RequiredPlayerRange:64,Delay:200,MinSpawnDelay:100,MaxSpawnDelay:300,MaxNearbyEntities:10}]}}]}"@luck=0

type=entity,ID=armor_stand,amount=4,posOffset=#circleOffset(4),NBTTag=(Small=false,NoBasePlate=true,ShowArms=true,HandItems=[(id=stone_pickaxe,Count=1)],ArmorItems=[(id=leather_boots,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_leggings,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_chestplate,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=skull,Damage=3,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName="#pName",CustomNameVisible=true)@luck=0

type=command,ID="/summon customnpcs:customnpc ~ ~ ~ {ReturnToStart:0b,NpcInv:[],BossColor:2,PotionEffect:0,Size:1,stopAndInteract:0b,Resistances:{Arrow:1.0f,Explosion:1.0f,Knockback:1.0f,Melee:1.0f},BossBar:0b,RespawnTime:0,NpcAngrySound:"minecraft:entity.slime.ambient",ReactsToFire:0b,IgnoreCobweb:0b,PositionOffsetZ:5.0f,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,TransformHasAI:0b,AttackStrenght:2,PersistenceRequired:0b,id:"customnpcs:customnpc",IsStatue:0b,MovingPatern:0,NpcLines:{Lines:[]},DefendFaction:1b,FireIndirect:0,NpcVisible:0,LinkedNpcName:"",NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.small_slime.hurt",FindShelter:2,Air:300s,TacticalVariant:0,Orientation:0,ScriptLanguage:"ECMAScript",HandItems:[{},{}],KnockBack:0,TransformHasJob:0b,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[-1162.4659701138444d,8.118978034935683d,-281.564760408041d],BurnInSun:0b,StandingState:0,AttackInvisible:0b,NpcInteractNPCLines:{Lines:[]},HurtTime:0s,WalkingRange:20,ShotCount:1,pDur:5,StartPosNew:[I;-1152,4,-268],AttackRange:1,NpcKillLines:{Lines:[]},PotionImmune:0b,AvoidsSun:0b,Texture:"customnpcs:textures/entity/healslime.png",NpcJob:0,BurstCount:1,NpcAttackLines:{Lines:[]},pSpeed:10,pArea:0,DeathTime:0s,pImpact:0,MoveState:0,pRender3D:0b,Motion:[0.0d,0.0d,0.0d],CombatRegen:2,NpcsTimers:[],pEffect:5,DistanceToMelee:0,NpcStepSound:"",FireRate:5,LeftHanded:0b,pEffAmp:1,OnGround:0b,Dimension:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},Fire:-1s,ArmorItems:[{},{},{},{}],DisablePitch:0b,pPhysics:0b,TransformHasInv:0b,NpcInteractLines:{Lines:[]},HurtByTimestamp:7030,pSpin:0b,NpcHurtSound:"minecraft:entity.slime.hurt",pTrail:1,CreatureType:0,Attributes:[{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:16.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.5d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:32.0d,Name:"generic.followRange"},{Base:2.0d,Name:"generic.attackDamage"},{Base:5.0d,Name:"generic.flyingSpeed"}],Invulnerable:0b,TransformHasDisplay:0b,NoFallDamage:0b,AbsorptionAmount:0.0f,TransformHasRole:0b,Name:"Healslime",FallDistance:0.0f,SkinColor:16777215,NpcIdleSound:"minecraft:entity.slime.ambient",Weapons:[{Slot:1b,ForgeCaps:{"customnpcs:itemscripteddata":{}},id:"minecraft:slime_ball",Count:1b,Damage:0s}],NPCDialogOptions:[],AggroRange:32,DirectLOS:1b,HealthRegen:2,ForgeCaps:{},HandDropChances:[0.0f,0.0f],NpcModelData:{LegsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.012000002f,ScaleY:1.0f,ScaleX:1.0f},BodyConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f},Eyes:{Pattern:0b,Glint:1b,Type:0b,PositionY:1,SkinColor:11830381,PlayerTexture:0b,Color:55610,BrowColor:5982516,BrowThickness:4},EntityClass:"net.minecraft.entity.monster.EntityGhast",LegParts:{Pattern:0b,Type:0b,PlayerTexture:0b,Color:16777215},Parts:[],ArmsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:-0.0f,ScaleY:1.0f,ScaleX:1.0f},ExtraData:{},HeadConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f}},minDelay:40,DoorInteract:2,MoveSpeed:10,TransformEditingModus:0b,UsingSkinUrl:0b,Leashed:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:entity.small_slime.hurt",MaxHealth:16,HideBodyWhenKilled:0b,AttackSpeed:25,PotionDuration:15,maxDelay:60,ScriptEnabled:0b,Role:0,DropChance:[{Integer:100,Slot:0},{Integer:100,Slot:1},{Integer:100,Slot:2},{Integer:100,Slot:3},{Integer:100,Slot:4},{Integer:100,Slot:5},{Integer:100,Slot:6},{Integer:100,Slot:7},{Integer:100,Slot:8}],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:2,KilledTime:0L,AimWhileShooting:0b,CanPickUpLoot:0b,AttackOtherFactions:1b,CanDrown:1b,pSize:15,CanSprint:0b,CanLeap:0b,TransformIsActive:0b,ForgeData:{cnpcmarkdata:{marks:[]},"Potion Core - Health Fix":16.0f,"Potion Core - Projectile Invulnerability":0,"Potion Core - Jump Boost Updated":1b},MovingState:1,MovingPos:0,PotionAmp:3,OnAttack:0,TacticalRadius:8,FallFlying:0b,MaxExp:0,OrderedLines:0b,PortalCooldown:0,pGlows:0b,TransformHasAdvanced:0b,TransformHasStats:0b,MovementType:1,FiringSound:"minecraft:entity.slime.hurt",ModRev:18,Accuracy:80,MinExp:0,Armor:[],CloakTexture:"",GlowTexture:"",MaxFiringRange:8,pXlr8:0b,Scripts:[],Health:16.0f,pStick:0b,MovingPause:0b,NpcDeathSound:"minecraft:entity.slime.death",MovingPathNew:[],FactionID:2,Title:"",TotalTicksAlive:119901L,Rotation:[327.0737f,0.0f],ShowName:1,npcInteracting:0b,UpdateBlocked:0b,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:4}"@luck=-2

type=command,ID="/summon customnpcs:customnpc ~ ~ ~ {ReturnToStart:0b,NpcInv:[],BossColor:2,PotionEffect:0,Size:5,stopAndInteract:0b,Resistances:{Arrow:1.8591549f,Explosion:2.0f,Knockback:2.0f,Melee:1.8591549f},BossBar:0b,RespawnTime:0,NpcAngrySound:"",ReactsToFire:0b,IgnoreCobweb:0b,PositionOffsetZ:5.0f,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,TransformHasAI:0b,AttackStrenght:4,PersistenceRequired:0b,id:"customnpcs:customnpc",IsStatue:0b,MovingPatern:0,NpcLines:{Lines:[]},DefendFaction:1b,FireIndirect:0,NpcVisible:0,LinkedNpcName:"",NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.firework.blast",FindShelter:2,Air:300s,TacticalVariant:0,Orientation:0,ScriptLanguage:"ECMAScript",HandItems:[{},{}],KnockBack:1,TransformHasJob:0b,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[-943.692228765512d,4.0d,16.00396960979021d],BurnInSun:0b,StandingState:0,AttackInvisible:0b,NpcInteractNPCLines:{Lines:[]},HurtTime:0s,WalkingRange:20,ShotCount:1,pDur:5,StartPosNew:[I;-937,4,1],AttackRange:1,NpcKillLines:{Lines:[]},PotionImmune:0b,AvoidsSun:0b,Texture:"customnpcs:textures/entity/metal_slime.png",NpcJob:0,BurstCount:1,NpcAttackLines:{Lines:[]},pSpeed:10,pArea:0,DeathTime:0s,pImpact:0,MoveState:0,pRender3D:1b,Motion:[-0.022498776345808935d,-0.0784000015258789d,-0.014036545033659564d],CombatRegen:0,NpcsTimers:[],pEffect:1,DistanceToMelee:8,NpcStepSound:"",FireRate:5,LeftHanded:0b,pEffAmp:0,OnGround:1b,Dimension:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},Fire:-1s,ArmorItems:[{},{},{},{}],DisablePitch:0b,pPhysics:0b,TransformHasInv:0b,NpcInteractLines:{Lines:[]},HurtByTimestamp:499,pSpin:0b,NpcHurtSound:"minecraft:entity.slime.hurt",pTrail:0,CreatureType:0,Attributes:[{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:8.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.15000000596046448d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:32.0d,Name:"generic.followRange"},{Base:4.0d,Name:"generic.attackDamage"},{Base:1.5d,Name:"generic.flyingSpeed"}],Invulnerable:0b,TransformHasDisplay:0b,NoFallDamage:0b,AbsorptionAmount:0.0f,TransformHasRole:0b,Name:"Metal Slime",FallDistance:0.0f,SkinColor:13421772,NpcIdleSound:"",Weapons:[{Slot:1b,ForgeCaps:{"customnpcs:itemscripteddata":{}},id:"variedcommodities:spell_fire",Count:1b,Damage:0s}],NPCDialogOptions:[],AggroRange:32,DirectLOS:1b,HealthRegen:0,ForgeCaps:{},HandDropChances:[0.085f,0.085f],NpcModelData:{LegsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.012000002f,ScaleY:1.0f,ScaleX:1.0f},BodyConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f},Eyes:{Pattern:0b,Glint:1b,Type:0b,PositionY:1,SkinColor:11830381,PlayerTexture:0b,Color:55610,BrowColor:5982516,BrowThickness:4},EntityClass:"noppes.npcs.entity.EntityNpcSlime",LegParts:{Pattern:0b,Type:0b,PlayerTexture:0b,Color:16777215},Parts:[],ArmsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:-0.0f,ScaleY:1.0f,ScaleX:1.0f},ExtraData:{ReturnToStart:1b,NpcInv:[],BossColor:0,PotionEffect:0,stopAndInteract:1b,Size:5,Resistances:{Arrow:1.0f,Explosion:1.0f,Knockback:1.0f,Melee:1.0f},BossBar:0b,RespawnTime:20,NpcAngrySound:"",ReactsToFire:0b,PositionOffsetZ:5.0f,IgnoreCobweb:0b,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,AttackStrenght:5,NpcLines:{Lines:[]},DefendFaction:0b,MovingPatern:0,IsStatue:0b,FireIndirect:0,NpcVisible:0,NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.arrow.hit",FindShelter:2,TacticalVariant:0,Orientation:0,KnockBack:0,BurnInSun:0b,StandingState:0,NpcInteractNPCLines:{Lines:[]},AttackInvisible:0b,WalkingRange:10,ShotCount:1,pDur:5,StartPosNew:[I;0,0,0],AttackRange:2,NpcKillLines:{Lines:[]},AvoidsSun:0b,PotionImmune:0b,Texture:"customnpcs:textures/entity/slime/slime.png",NpcJob:0,NpcAttackLines:{Lines:[]},BurstCount:1,pSpeed:10,pArea:0,pImpact:0,MoveState:0,pRender3D:1b,CombatRegen:0,pEffect:0,DistanceToMelee:0,NpcStepSound:"",FireRate:5,pEffAmp:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},DisablePitch:0b,pPhysics:1b,NpcInteractLines:{Lines:[{Line:"Hello @p",Song:"",Slot:0}]},NpcHurtSound:"minecraft:entity.player.hurt",pSpin:0b,pTrail:0,CreatureType:0,NoFallDamage:0b,Name:"Cray",SkinColor:16777215,NpcIdleSound:"",Weapons:[],NPCDialogOptions:[],DirectLOS:1b,AggroRange:16,HealthRegen:1,DoorInteract:2,MoveSpeed:5,minDelay:20,UsingSkinUrl:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:block.stone.break",MaxHealth:20,HideBodyWhenKilled:0b,AttackSpeed:20,PotionDuration:5,Role:0,maxDelay:40,DropChance:[],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,AimWhileShooting:0b,AttackOtherFactions:0b,CanDrown:1b,CanSprint:0b,pSize:5,CanLeap:0b,MovingState:0,MovingPos:0,PotionAmp:0,OnAttack:0,TacticalRadius:8,MaxExp:0,OrderedLines:0b,pGlows:0b,MovementType:0,FiringSound:"minecraft:entity.arrow.shoot",Accuracy:60,MinExp:0,Armor:[],CloakTexture:"",MaxFiringRange:15,pXlr8:0b,GlowTexture:"",NpcDeathSound:"minecraft:entity.player.hurt",MovingPause:1b,pStick:0b,FactionID:0,MovingPathNew:[],Title:"",npcInteracting:1b,ShowName:0,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:0},HeadConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f}},minDelay:60,DoorInteract:2,MoveSpeed:3,TransformEditingModus:0b,UsingSkinUrl:0b,Leashed:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:entity.firework.blast",MaxHealth:8,HideBodyWhenKilled:0b,AttackSpeed:20,PotionDuration:5,maxDelay:80,ScriptEnabled:0b,Role:0,DropChance:[{Integer:100,Slot:0},{Integer:100,Slot:1},{Integer:100,Slot:2},{Integer:100,Slot:3},{Integer:100,Slot:4},{Integer:100,Slot:5},{Integer:100,Slot:6},{Integer:100,Slot:7},{Integer:100,Slot:8}],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,KilledTime:0L,AimWhileShooting:0b,CanPickUpLoot:0b,AttackOtherFactions:1b,CanDrown:1b,pSize:5,CanSprint:0b,CanLeap:1b,TransformIsActive:0b,ForgeData:{cnpcmarkdata:{marks:[]},"Potion Core - Health Fix":8.0f,"Potion Core - Jump Boost Updated":1b},MovingState:1,MovingPos:0,PotionAmp:0,OnAttack:0,TacticalRadius:8,FallFlying:0b,MaxExp:50,OrderedLines:0b,PortalCooldown:0,pGlows:0b,TransformHasAdvanced:0b,TransformHasStats:0b,MovementType:0,FiringSound:"minecraft:entity.ghast.shoot",ModRev:18,Accuracy:100,MinExp:40,Armor:[],CloakTexture:"",GlowTexture:"",MaxFiringRange:32,pXlr8:0b,Scripts:[],Health:8.0f,pStick:0b,MovingPause:0b,NpcDeathSound:"minecraft:entity.slime.death",MovingPathNew:[],FactionID:2,Title:"",TotalTicksAlive:109793L,Rotation:[121.95984f,0.0f],ShowName:1,npcInteracting:0b,UpdateBlocked:0b,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:4}"@luck=-2

type=command,ID="/summon customnpcs:customnpc ~ ~ ~ {ReturnToStart:0b,NpcInv:[],BossColor:2,PotionEffect:0,Size:5,stopAndInteract:0b,Resistances:{Arrow:1.0f,Explosion:1.0f,Knockback:1.0f,Melee:1.0f},BossBar:0b,RespawnTime:0,NpcAngrySound:"",ReactsToFire:0b,IgnoreCobweb:0b,PositionOffsetZ:5.0f,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,TransformHasAI:0b,AttackStrenght:2,PersistenceRequired:0b,id:"customnpcs:customnpc",IsStatue:0b,MovingPatern:0,NpcLines:{Lines:[]},DefendFaction:1b,FireIndirect:0,NpcVisible:0,LinkedNpcName:"",NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.firework.blast",FindShelter:2,Air:300s,TacticalVariant:0,Orientation:0,ScriptLanguage:"ECMAScript",HandItems:[{},{}],KnockBack:0,TransformHasJob:0b,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[-952.4156720498235d,8.460522646574546d,8.200663037525203d],BurnInSun:0b,StandingState:0,AttackInvisible:0b,NpcInteractNPCLines:{Lines:[]},HurtTime:0s,WalkingRange:20,ShotCount:1,pDur:5,StartPosNew:[I;-941,4,1],AttackRange:1,NpcKillLines:{Lines:[]},PotionImmune:0b,AvoidsSun:0b,Texture:"customnpcs:textures/entity/cumaulus.png",NpcJob:0,BurstCount:1,NpcAttackLines:{Lines:[]},pSpeed:7,pArea:0,DeathTime:0s,pImpact:0,MoveState:0,pRender3D:0b,Motion:[0.0d,0.0d,0.0d],CombatRegen:1,NpcsTimers:[],pEffect:0,DistanceToMelee:0,NpcStepSound:"",FireRate:5,LeftHanded:0b,pEffAmp:0,OnGround:0b,Dimension:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},Fire:-1s,ArmorItems:[{},{},{},{}],DisablePitch:0b,pPhysics:0b,TransformHasInv:0b,NpcInteractLines:{Lines:[]},HurtByTimestamp:499,pSpin:0b,NpcHurtSound:"",pTrail:0,CreatureType:0,Attributes:[{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:16.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.5d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:32.0d,Name:"generic.followRange"},{Base:2.0d,Name:"generic.attackDamage"},{Base:5.0d,Name:"generic.flyingSpeed"}],Invulnerable:0b,TransformHasDisplay:0b,NoFallDamage:0b,AbsorptionAmount:0.0f,TransformHasRole:0b,Name:"Cumaulus",FallDistance:0.0f,SkinColor:16777215,NpcIdleSound:"",Weapons:[{Slot:1b,ForgeCaps:{"customnpcs:itemscripteddata":{}},id:"variedcommodities:spell_fire",Count:1b,Damage:0s}],NPCDialogOptions:[],AggroRange:32,DirectLOS:1b,HealthRegen:1,ForgeCaps:{},HandDropChances:[0.085f,0.085f],NpcModelData:{LegsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.012000002f,ScaleY:1.0f,ScaleX:1.0f},BodyConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f},Eyes:{Pattern:0b,Glint:1b,Type:0b,PositionY:1,SkinColor:11830381,PlayerTexture:0b,Color:55610,BrowColor:5982516,BrowThickness:4},EntityClass:"noppes.npcs.entity.EntityNpcSlime",LegParts:{Pattern:0b,Type:0b,PlayerTexture:0b,Color:16777215},Parts:[],ArmsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:-0.0f,ScaleY:1.0f,ScaleX:1.0f},ExtraData:{ReturnToStart:1b,NpcInv:[],BossColor:0,PotionEffect:0,stopAndInteract:1b,Size:5,Resistances:{Arrow:1.0f,Explosion:1.0f,Knockback:1.0f,Melee:1.0f},BossBar:0b,RespawnTime:20,NpcAngrySound:"",ReactsToFire:0b,PositionOffsetZ:5.0f,IgnoreCobweb:0b,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,AttackStrenght:5,NpcLines:{Lines:[]},DefendFaction:0b,MovingPatern:0,IsStatue:0b,FireIndirect:0,NpcVisible:0,NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.arrow.hit",FindShelter:2,TacticalVariant:0,Orientation:0,KnockBack:0,BurnInSun:0b,StandingState:0,NpcInteractNPCLines:{Lines:[]},AttackInvisible:0b,WalkingRange:10,ShotCount:1,pDur:5,StartPosNew:[I;0,0,0],AttackRange:2,NpcKillLines:{Lines:[]},AvoidsSun:0b,PotionImmune:0b,Texture:"customnpcs:textures/entity/slime/slime.png",NpcJob:0,NpcAttackLines:{Lines:[]},BurstCount:1,pSpeed:10,pArea:0,pImpact:0,MoveState:0,pRender3D:1b,CombatRegen:0,pEffect:0,DistanceToMelee:0,NpcStepSound:"",FireRate:5,pEffAmp:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},DisablePitch:0b,pPhysics:1b,NpcInteractLines:{Lines:[{Line:"Hello @p",Song:"",Slot:0}]},NpcHurtSound:"minecraft:entity.player.hurt",pSpin:0b,pTrail:0,CreatureType:0,NoFallDamage:0b,Name:"Bangheart",SkinColor:16777215,NpcIdleSound:"",Weapons:[],NPCDialogOptions:[],DirectLOS:1b,AggroRange:16,HealthRegen:1,DoorInteract:2,MoveSpeed:5,minDelay:20,UsingSkinUrl:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:block.stone.break",MaxHealth:20,HideBodyWhenKilled:0b,AttackSpeed:20,PotionDuration:5,Role:0,maxDelay:40,DropChance:[],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,AimWhileShooting:0b,AttackOtherFactions:0b,CanDrown:1b,CanSprint:0b,pSize:5,CanLeap:0b,MovingState:0,MovingPos:0,PotionAmp:0,OnAttack:0,TacticalRadius:8,MaxExp:0,OrderedLines:0b,pGlows:0b,MovementType:0,FiringSound:"minecraft:entity.arrow.shoot",Accuracy:60,MinExp:0,Armor:[],CloakTexture:"",MaxFiringRange:15,pXlr8:0b,GlowTexture:"",NpcDeathSound:"minecraft:entity.player.hurt",MovingPause:1b,pStick:0b,FactionID:0,MovingPathNew:[],Title:"",npcInteracting:1b,ShowName:0,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:0},HeadConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f}},minDelay:50,DoorInteract:2,MoveSpeed:10,TransformEditingModus:0b,UsingSkinUrl:0b,Leashed:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:entity.firework.blast",MaxHealth:16,HideBodyWhenKilled:0b,AttackSpeed:25,PotionDuration:15,maxDelay:70,ScriptEnabled:0b,Role:0,DropChance:[{Integer:100,Slot:0},{Integer:100,Slot:1},{Integer:100,Slot:2},{Integer:100,Slot:3},{Integer:100,Slot:4},{Integer:100,Slot:5},{Integer:100,Slot:6},{Integer:100,Slot:7},{Integer:100,Slot:8}],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,KilledTime:0L,AimWhileShooting:0b,CanPickUpLoot:0b,AttackOtherFactions:1b,CanDrown:1b,pSize:10,CanSprint:0b,CanLeap:0b,TransformIsActive:0b,ForgeData:{cnpcmarkdata:{marks:[]},"Potion Core - Health Fix":16.0f,"Potion Core - Projectile Invulnerability":0,"Potion Core - Jump Boost Updated":1b},MovingState:1,MovingPos:0,PotionAmp:3,OnAttack:0,TacticalRadius:8,FallFlying:0b,MaxExp:0,OrderedLines:0b,PortalCooldown:0,pGlows:1b,TransformHasAdvanced:0b,TransformHasStats:0b,MovementType:1,FiringSound:"minecraft:entity.ghast.shoot",ModRev:18,Accuracy:80,MinExp:0,Armor:[],CloakTexture:"",GlowTexture:"",MaxFiringRange:16,pXlr8:0b,Scripts:[],Health:16.0f,pStick:0b,MovingPause:0b,NpcDeathSound:"",MovingPathNew:[],FactionID:2,Title:"",TotalTicksAlive:211369L,Rotation:[329.36145f,0.0f],ShowName:1,npcInteracting:0b,UpdateBlocked:0b,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:4}"@luck=-2

type=command,ID="/summon customnpcs:customnpc ~ ~ ~ {ReturnToStart:0b,NpcInv:[],BossColor:2,PotionEffect:0,Size:7,stopAndInteract:0b,Resistances:{Arrow:1.2535211f,Explosion:1.2535211f,Knockback:1.2535211f,Melee:1.2535211f},BossBar:0b,RespawnTime:0,NpcAngrySound:"",ReactsToFire:0b,IgnoreCobweb:0b,PositionOffsetZ:5.0f,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,TransformHasAI:0b,AttackStrenght:6,PersistenceRequired:0b,id:"customnpcs:customnpc",IsStatue:0b,MovingPatern:0,NpcLines:{Lines:[]},DefendFaction:1b,FireIndirect:0,NpcVisible:0,LinkedNpcName:"",NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.arrow.hit_player",FindShelter:2,Air:300s,TacticalVariant:0,Orientation:0,ScriptLanguage:"ECMAScript",HandItems:[{},{}],KnockBack:0,TransformHasJob:0b,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[-929.4080967035223d,4.0d,0.7497026255240014d],BurnInSun:0b,StandingState:0,AttackInvisible:0b,NpcInteractNPCLines:{Lines:[]},HurtTime:0s,WalkingRange:30,ShotCount:1,pDur:5,StartPosNew:[I;-930,4,2],AttackRange:1,NpcKillLines:{Lines:[]},PotionImmune:0b,AvoidsSun:0b,Texture:"customnpcs:textures/entity/slime_stack.png",NpcJob:0,BurstCount:2,NpcAttackLines:{Lines:[]},pSpeed:7,pArea:0,DeathTime:0s,pImpact:0,MoveState:0,pRender3D:1b,Motion:[-0.023340218767850515d,-0.0784000015258789d,0.012580273976083028d],CombatRegen:0,NpcsTimers:[{Ticks:1,TimerTicks:1,Repeat:1b,ID:1},{Ticks:3,TimerTicks:50,Repeat:1b,ID:50},{Ticks:1,TimerTicks:5,Repeat:1b,ID:5},{Ticks:1,TimerTicks:10,Repeat:1b,ID:10}],pEffect:0,DistanceToMelee:0,NpcStepSound:"minecraft:entity.irongolem.step",FireRate:10,LeftHanded:0b,pEffAmp:0,OnGround:1b,Dimension:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},Fire:-1s,ArmorItems:[{},{},{},{}],DisablePitch:0b,pPhysics:1b,TransformHasInv:0b,NpcInteractLines:{Lines:[]},HurtByTimestamp:111,pSpin:0b,NpcHurtSound:"minecraft:entity.slime.hurt",pTrail:0,CreatureType:0,Attributes:[{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:16.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.15000000596046448d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:32.0d,Name:"generic.followRange"},{Base:6.0d,Name:"generic.attackDamage"},{Base:1.5d,Name:"generic.flyingSpeed"}],Invulnerable:0b,TransformHasDisplay:0b,NoFallDamage:0b,AbsorptionAmount:0.0f,TransformHasRole:0b,Name:"Slime Stack",FallDistance:0.0f,SkinColor:16777215,NpcIdleSound:"",Weapons:[],NPCDialogOptions:[],AggroRange:32,DirectLOS:1b,HealthRegen:0,ForgeCaps:{},HandDropChances:[0.085f,0.085f],NpcModelData:{LegsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.012000002f,ScaleY:1.0f,ScaleX:1.0f},BodyConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f},Eyes:{Pattern:0b,Glint:1b,Type:-1b,PositionY:1,SkinColor:11830381,PlayerTexture:0b,Color:55610,BrowColor:5982516,BrowThickness:4},EntityClass:"net.minecraft.entity.monster.EntitySnowman",LegParts:{Pattern:0b,Type:0b,PlayerTexture:0b,Color:16777215},Parts:[],ArmsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:-0.0f,ScaleY:1.0f,ScaleX:1.0f},ExtraData:{Pumpkin:0b},HeadConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f}},minDelay:40,DoorInteract:2,MoveSpeed:3,TransformEditingModus:0b,UsingSkinUrl:0b,Leashed:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:entity.arrow.hit",MaxHealth:16,HideBodyWhenKilled:0b,AttackSpeed:30,PotionDuration:2,maxDelay:60,ScriptEnabled:1b,Role:0,DropChance:[{Integer:100,Slot:0},{Integer:100,Slot:1},{Integer:100,Slot:2},{Integer:100,Slot:3},{Integer:100,Slot:4},{Integer:100,Slot:5},{Integer:100,Slot:6},{Integer:100,Slot:7},{Integer:100,Slot:8}],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,KilledTime:0L,AimWhileShooting:0b,CanPickUpLoot:0b,AttackOtherFactions:1b,CanDrown:1b,pSize:5,CanSprint:0b,CanLeap:0b,TransformIsActive:0b,ForgeData:{cnpcmarkdata:{marks:[]},"Potion Core - Health Fix":16.0f,"Potion Core - Projectile Invulnerability":0,"Potion Core - Jump Boost Updated":1b},MovingState:1,MovingPos:0,PotionAmp:0,OnAttack:0,TacticalRadius:8,FallFlying:0b,MaxExp:0,OrderedLines:0b,PortalCooldown:0,pGlows:0b,TransformHasAdvanced:0b,TransformHasStats:0b,MovementType:0,FiringSound:"minecraft:block.dispenser.launch",ModRev:18,Accuracy:85,MinExp:0,Armor:[],CloakTexture:"",GlowTexture:"",MaxFiringRange:16,pXlr8:0b,Scripts:[{Script:"",Console:[],ScriptList:[]}],Health:16.0f,pStick:0b,MovingPause:0b,NpcDeathSound:"minecraft:entity.slime.death",MovingPathNew:[],FactionID:2,Title:"",TotalTicksAlive:300941L,Rotation:[61.625473f,0.0f],ShowName:1,npcInteracting:0b,UpdateBlocked:0b,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:3}"@luck=-2

type=command,ID="/summon customnpcs:customnpc ~ ~ ~ {ReturnToStart:0b,NpcInv:[],BossColor:2,PotionEffect:0,Size:6,stopAndInteract:0b,Resistances:{Arrow:1.0f,Explosion:1.5070423f,Knockback:1.5070423f,Melee:1.0f},BossBar:0b,RespawnTime:0,NpcAngrySound:"",ReactsToFire:0b,IgnoreCobweb:0b,PositionOffsetZ:5.0f,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,TransformHasAI:0b,AttackStrenght:8,PersistenceRequired:0b,id:"customnpcs:customnpc",IsStatue:0b,MovingPatern:0,NpcLines:{Lines:[]},DefendFaction:1b,FireIndirect:0,NpcVisible:0,LinkedNpcName:"",NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.firework.blast",FindShelter:2,Air:300s,TacticalVariant:0,Orientation:0,ScriptLanguage:"ECMAScript",HandItems:[{},{}],KnockBack:1,TransformHasJob:0b,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[-918.866535529353d,4.0d,6.940265433604758d],BurnInSun:0b,StandingState:0,AttackInvisible:0b,NpcInteractNPCLines:{Lines:[]},HurtTime:0s,WalkingRange:20,ShotCount:1,pDur:5,StartPosNew:[I;-935,4,1],AttackRange:1,NpcKillLines:{Lines:[]},PotionImmune:0b,AvoidsSun:0b,Texture:"customnpcs:textures/entity/pandoras_box.png",NpcJob:0,BurstCount:100,NpcAttackLines:{Lines:[]},pSpeed:7,pArea:0,DeathTime:0s,pImpact:0,MoveState:0,pRender3D:1b,Motion:[0.01452921206616877d,-0.0784000015258789d,0.022183814128186256d],CombatRegen:0,NpcsTimers:[],pEffect:1,DistanceToMelee:8,NpcStepSound:"",FireRate:0,LeftHanded:0b,pEffAmp:0,OnGround:1b,Dimension:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},Fire:-1s,ArmorItems:[{},{},{},{}],DisablePitch:0b,pPhysics:1b,TransformHasInv:0b,NpcInteractLines:{Lines:[]},HurtByTimestamp:499,pSpin:0b,NpcHurtSound:"minecraft:entity.slime.hurt",pTrail:0,CreatureType:0,Attributes:[{Base:1.0d,Name:"potioncore.projectileDamage"},{Base:1.0d,Name:"potioncore.magicDamage"},{Base:1.0d,Name:"potioncore.jumpHeight"},{Base:1.0d,Name:"potioncore.damageResistance"},{Base:0.0d,Name:"potioncore.magicShielding"},{Base:60.0d,Name:"generic.maxHealth"},{Base:0.0d,Name:"generic.knockbackResistance"},{Base:0.15000000596046448d,Name:"generic.movementSpeed"},{Base:0.0d,Name:"generic.armor"},{Base:0.0d,Name:"generic.armorToughness"},{Base:1.0d,Name:"forge.swimSpeed"},{Base:32.0d,Name:"generic.followRange"},{Base:8.0d,Name:"generic.attackDamage"},{Base:1.5d,Name:"generic.flyingSpeed"}],Invulnerable:0b,TransformHasDisplay:0b,NoFallDamage:0b,AbsorptionAmount:0.0f,TransformHasRole:0b,Name:"Pandora's Box",FallDistance:0.0f,SkinColor:16777215,NpcIdleSound:"",Weapons:[],NPCDialogOptions:[],AggroRange:32,DirectLOS:1b,HealthRegen:0,ForgeCaps:{},HandDropChances:[0.085f,0.085f],NpcModelData:{LegsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.012000002f,ScaleY:1.0f,ScaleX:1.0f},BodyConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f},Eyes:{Pattern:0b,Glint:1b,Type:0b,PositionY:1,SkinColor:11830381,PlayerTexture:0b,Color:55610,BrowColor:5982516,BrowThickness:4},EntityClass:"noppes.npcs.entity.EntityNpcSlime",LegParts:{Pattern:0b,Type:0b,PlayerTexture:0b,Color:16777215},Parts:[],ArmsConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:-0.0f,ScaleY:1.0f,ScaleX:1.0f},ExtraData:{ReturnToStart:1b,NpcInv:[],BossColor:0,PotionEffect:0,stopAndInteract:1b,Size:5,Resistances:{Arrow:1.0f,Explosion:1.0f,Knockback:1.0f,Melee:1.0f},BossBar:0b,RespawnTime:20,NpcAngrySound:"",ReactsToFire:0b,PositionOffsetZ:5.0f,IgnoreCobweb:0b,PositionOffsetY:5.0f,PositionOffsetX:5.0f,LootMode:0,AttackStrenght:5,NpcLines:{Lines:[]},DefendFaction:0b,MovingPatern:0,IsStatue:0b,FireIndirect:0,NpcVisible:0,NpcScenes:{Scenes:[]},HitSound:"minecraft:entity.arrow.hit",FindShelter:2,TacticalVariant:0,Orientation:0,KnockBack:0,BurnInSun:0b,StandingState:0,NpcInteractNPCLines:{Lines:[]},AttackInvisible:0b,WalkingRange:10,ShotCount:1,pDur:5,StartPosNew:[I;0,0,0],AttackRange:2,NpcKillLines:{Lines:[]},AvoidsSun:0b,PotionImmune:0b,Texture:"customnpcs:textures/entity/slime/slime.png",NpcJob:0,NpcAttackLines:{Lines:[]},BurstCount:1,pSpeed:10,pArea:0,pImpact:0,MoveState:0,pRender3D:1b,CombatRegen:0,pEffect:0,DistanceToMelee:0,NpcStepSound:"",FireRate:5,pEffAmp:0,ImmuneToFire:0b,NpcKilledLines:{Lines:[]},DisablePitch:0b,pPhysics:1b,NpcInteractLines:{Lines:[{Line:"Hello @p",Song:"",Slot:0}]},NpcHurtSound:"minecraft:entity.player.hurt",pSpin:0b,pTrail:0,CreatureType:0,NoFallDamage:0b,Name:"Cray",SkinColor:16777215,NpcIdleSound:"",Weapons:[],NPCDialogOptions:[],DirectLOS:1b,AggroRange:16,HealthRegen:1,DoorInteract:2,MoveSpeed:5,minDelay:20,UsingSkinUrl:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:block.stone.break",MaxHealth:20,HideBodyWhenKilled:0b,AttackSpeed:20,PotionDuration:5,Role:0,maxDelay:40,DropChance:[],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,AimWhileShooting:0b,AttackOtherFactions:0b,CanDrown:1b,CanSprint:0b,pSize:5,CanLeap:0b,MovingState:0,MovingPos:0,PotionAmp:0,OnAttack:0,TacticalRadius:8,MaxExp:0,OrderedLines:0b,pGlows:0b,MovementType:0,FiringSound:"minecraft:entity.arrow.shoot",Accuracy:60,MinExp:0,Armor:[],CloakTexture:"",MaxFiringRange:15,pXlr8:0b,GlowTexture:"",NpcDeathSound:"minecraft:entity.player.hurt",MovingPause:1b,pStick:0b,FactionID:0,MovingPathNew:[],Title:"",npcInteracting:1b,ShowName:0,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:0},HeadConfig:{NotShared:0b,ScaleZ:1.0f,TransZ:0.0f,TransY:0.0f,TransX:0.0f,ScaleY:1.0f,ScaleX:1.0f}},minDelay:60,DoorInteract:2,MoveSpeed:3,TransformEditingModus:0b,UsingSkinUrl:0b,Leashed:0b,SkinUrl:"",CanSwim:1b,GroundSound:"minecraft:entity.firework.blast",MaxHealth:60,HideBodyWhenKilled:0b,AttackSpeed:30,PotionDuration:5,maxDelay:80,ScriptEnabled:0b,Role:0,DropChance:[{Integer:100,Slot:0},{Integer:100,Slot:1},{Integer:100,Slot:2},{Integer:100,Slot:3},{Integer:100,Slot:4},{Integer:100,Slot:5},{Integer:100,Slot:6},{Integer:100,Slot:7},{Integer:100,Slot:8}],FactionPoints:{DecreaseFaction1Points:0b,OptionFaction2Points:100,OptionFactions1:-1,OptionFactions2:-1,OptionFaction1Points:100,DecreaseFaction2Points:0b},pDamage:4,KilledTime:0L,AimWhileShooting:0b,CanPickUpLoot:0b,AttackOtherFactions:1b,CanDrown:1b,pSize:5,CanSprint:0b,CanLeap:1b,TransformIsActive:0b,ForgeData:{cnpcmarkdata:{marks:[]},"Potion Core - Health Fix":60.0f,"Potion Core - Projectile Invulnerability":0,"Potion Core - Jump Boost Updated":1b},MovingState:1,MovingPos:0,PotionAmp:0,OnAttack:0,TacticalRadius:8,FallFlying:0b,MaxExp:50,OrderedLines:0b,PortalCooldown:0,pGlows:0b,TransformHasAdvanced:0b,TransformHasStats:0b,MovementType:0,FiringSound:"minecraft:block.piston.extend",ModRev:18,Accuracy:75,MinExp:40,Armor:[],CloakTexture:"",GlowTexture:"",MaxFiringRange:16,pXlr8:0b,Scripts:[],Health:60.0f,pStick:0b,MovingPause:0b,NpcDeathSound:"minecraft:entity.slime.death",MovingPathNew:[],FactionID:2,Title:"",TotalTicksAlive:125290L,Rotation:[326.78143f,0.0f],ShowName:1,npcInteracting:0b,UpdateBlocked:0b,AvoidsWater:0b,NoLivingAnimation:0b,SpawnCycle:4}"@luck=-2


group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(HandItems=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments))],ArmorItems=[(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$9$lBob",CustomNameVisible=true))@luck=-2

group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(HandItems=[(id=additions:mcinsurgence-item_launcher,Count=1,tag=(ench=#luckyPickaxeEnchantments)),(id=additions:mcinsurgence-throwable_coal,Count=1,tag=(ench=#luckyPickaxeEnchantments))],ArmorItems=[(id=additions:mcinsurgence-slime_boots,Count=1,tag=(ench=#luckyBootsEnchantments)),(id=additions:mcinsurgence-cursed_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=additions:mcinsurgence-glowstone_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=additions:mcinsurgence-spooky_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments))],HandDropChances=[0.1f,0f],ArmorDropChances=[0.1f,0.1f,0.1f,0.1f],CustomName="$9$lSkull",CustomNameVisible=true))@luck=-2

type=entity,ID=Villager,NBTTag=(Profession=1,Offers=(Recipes=[(buy=(id=iron_ingot,Count=14),buyB=(id=gold_ingot,Count=14),sell=(id=beacon,Count=1)),(buy=(id=emerald_block,Count=2),buyB=(id=diamond_block,Count=3),sell=(id=spawn_egg,Damage=1,data=1,Count=1)),(buy=(id=dirt,Count=16),sell=(id=lucky:lucky_block,Count=2)),(buy=(id=gold_nugget,Count=16),sell=(id=experience_bottle,Count=4)),(buy=(id=diamond,Count=10),sell=(id=web,Count=2)),(buy=(id=gold_block,Count=4),sell=(id=emerald_block,Count=4)),(buy=(id=gunpowder,Count=9),sell=(id=tnt,Count=4)),(buy=(id=gold_block,Count=2),sell=(id=apple,Count=4)),(buy=(id=gold_nugget,Count=16),sell=(id=experience_bottle,Count=4)),(buy=(id=stone_sword,Count=1),sell=(id=diamond_sword,Count=1)),(buy=(id=tnt,Count=4),sell=(id=emerald,Count=4)),(buy=(id=gold_block,Count=1),sell=(id=lucky:lucky_block,luck=50,Count=1)),(buy=(id=coal,Count=14),sell=(id=quartz_ore,luck=50,Count=2)),(buy=(id=gold_nugget,Count=5),sell=(id=chainmail_helmet,Count=1)),(buy=(id=gold_nugget,Count=8),sell=(id=chainmail_chestplate,Count=1)),(buy=(id=gold_nugget,Count=7),sell=(id=chainmail_leggings,Count=1)),(buy=(id=gold_nugget,Count=4),sell=(id=chainmail_boots,Count=1)),(buy=(id=beacon,Count=1),sell=(id=diamond,Count=16)),(buy=(id=lucky:lucky_block,Count=5),sell=(id=diamond_sword,Count=1)),(buy=(id=snowball,Count=7),sell=(id=potion,Count=1,Lore=#7Regeneration III (0:30),Damage=0,tag=(CustomPotionEffects=[(Id=10,Amplifier=3,Duration=600)]))),(buy=(id=wool,damage=14,Count=3),sell=(id=blaze_powder,Count=1,tag=(ench=[(id=20,lvl=3)]))),(buy=(id=snowball,Count=3),sell=(id=potion,Count=1,tag=(Potion="strength",CustomPotionEffects=[(Id=5,Amplifier=2,Duration=1200)]))),(buy=(id=iron_ingot,Count=17),sell=(id=potion,Count=1,tag=(Potion="harming",CustomPotionEffects=[(Id=7,Amplifier=3,Duration=10)]))),(buy=(id=coal,Count=6),sell=(id=stick,Count=1,tag=(ench=[(id=19,lvl=20)]))),(buy=(id=bow,Count=1),sell=(id=bow,Count=1,tag=(ench=[(id=48,lvl=3),(id=49,lvl=3),(id=50,lvl=3)])))]),Attributes=[(Name=generic.maxHealth,Base=60D),(Name=generic.attackDamage,Base=3D),(Name=generic.movementSpeed,Base=0.3D)],CustomName="Dr. Treyaurus",CustomNameVisible=true)@luck=2

type=command,ID="/setblock ~ ~ ~ mob_spawner 0 keep {MaxNearbyEntities:8s,RequiredPlayerRange:64s,SpawnCount:1s,SpawnData:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:3,Trail:1,Colors:[I;16732754],Flicker:1,FadeColors:[I;16729958]}]}}},id:"minecraft:fireworks_rocket"},MaxSpawnDelay:15s,Delay:3s,x:-1089,y:4,z:-409,id:"minecraft:mob_spawner",SpawnRange:8s,MinSpawnDelay:5s,SpawnPotentials:[{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:1,Colors:[I;655104],FadeColors:[I;2293504]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:1,Colors:[I;16711680],FadeColors:[I;16716306]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:3,Colors:[I;14548736],FadeColors:[I;13958912]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:4,Colors:[I;255],Flicker:1,FadeColors:[I;1638655]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:3,Colors:[I;16711816],Flicker:1,FadeColors:[I;16711910]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:3,Trail:1,Colors:[I;16732754],Flicker:1,FadeColors:[I;16729958]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:2,Trail:1,Colors:[I;16764948],Flicker:1,FadeColors:[I;16766208]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:0,Trail:1,Colors:[I;2752475],Flicker:1,FadeColors:[I;4718560]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:1,Trail:1,Colors:[I;16777215],FadeColors:[I;16777215]}]}}},id:"minecraft:fireworks_rocket"},Weight:1},{Entity:{LifeTime:40,FireworksItem:{id:"fireworks",Count:1,tag:{Fireworks:{Explosions:[{Type:4,Trail:1,Colors:[I;3175935],FadeColors:[I;3371263]}]}}},id:"minecraft:fireworks_rocket"},Weight:1}]}"@luck=2


type=command,ID="/setblock ~ ~ ~ minecraft:mob_spawner 0 keep {SpawnData:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:1,Time:1,DropItem:0,Pos:[0.0,1.0,0.0]},SpawnPotentials:[{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:2,Time:1,DropItem:0,Pos:[0.0,1.0,0.0]}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:3,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:4,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:5,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:6,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:7,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:8,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:9,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:10,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:11,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:12,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:13,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:14,Time:1,DropItem:0}},{Weight:1,Entity:{id:"minecraft:falling_block",Block:"minecraft:wool",Data:15,Time:1,DropItem:0}}]}"@luck=0

type=command,ID="/setblock ~ ~ ~ minecraft:mob_spawner 0 replace {SpawnCount:4,SpawnRange:4,RequiredPlayerRange:16,MaxNearbyEntities:6,Delay:180,MinSpawnDelay:200,MaxSpawnDelay:800,SpawnData:{id:"minecraft:item",Item:{id:"minecraft:wool",Count:1b}},SpawnPotentials:[{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:1,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:2,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:3,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:4,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:5,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:6,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:7,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:8,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:9,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:10,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:11,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:12,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:13,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:14,Count:1b}}},{Weight:1,Entity:{id:"minecraft:item",Item:{id:"minecraft:wool",Damage:15,Count:1b}}}]}"@luck=0

group(type=difficulty,ID=hard;type=sound,ID=additions:mcinsurgence-attack-horn;type=entityID=Zombie,amount=4,posOffset=#circleOffset(2),NBTTag=(HandItems=[(id=additions:mcinsurgence-flag,Count=1,tag=(display=(color=#rand(0,16777215)],ArmorItems=[(id=minecraft:leather_boots,Count=1,tag=(display=(color=#rand(0,16777215)),(id=minecraft:leather_leggings,Count=1,tag=(display=(color=#rand(0,16777215)),(id=minecraft:leather_chestplate,Count=1,tag=(display=(color=#rand(0,16777215)),(id=minecraft:leather_helmet,Count=1,tag=(display=(color=#rand(0,16777215))],HandDropChances=[0.5f,0f],ArmorDropChances=[0.3f,0.3f,0.3f,0.3f],CustomName="$9$lBob",CustomNameVisible=true))@luck=-2

/ Enchanting
group(ID=#randList(potion,splash_potion),NBTTag=(Potion=#randPotion,CustomPotionEffects=[(Id=#rand(0,67),Amplifier=0,Duration=1800)]),amount=#rand(4,8);type=particle,ID=enchantmenttable,size=(2.0,1.0,2.0),particleAmount=300,amount=30,delay=#rand(0.0,16.0))@luck=0@chance=2


group(type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_grass 0 replace grass";type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_log 0 replace log";type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_log 0 replace log2";type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_leaves 0 replace leaves";type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_leaves 0 replace leaves2";type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_dirt 0 replace dirt";type=command,ID="/fill ~3 ~3 ~-3 ~-3 ~-3 ~3 additions:mcinsurgence-inverted_stone 0 replace stone")@luck=0

